home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Multimedia / Futuris Imager 4.7 / imager.exe / f_hex.dll / 0 / RCDATA / TFRMHEX / TFRMHEX.txt
Text File  |  2004-10-22  |  2KB  |  78 lines

  1. object frmHex: TfrmHex
  2.   Left = 190
  3.   Top = 105
  4.   ActiveControl = btnClose
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'View as Hex'
  8.   ClientHeight = 523
  9.   ClientWidth = 742
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   KeyPreview = True
  17.   OldCreateOrder = False
  18.   Position = poOwnerFormCenter
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object hexEditor: TMPHexEditor
  22.     Left = 0
  23.     Top = 0
  24.     Width = 742
  25.     Height = 489
  26.     Cursor = crIBeam
  27.     Align = alClient
  28.     Font.Charset = DEFAULT_CHARSET
  29.     Font.Color = clWindowText
  30.     Font.Height = -15
  31.     Font.Name = 'Courier New'
  32.     Font.Style = []
  33.     ParentFont = False
  34.     TabOrder = 0
  35.     BytesPerRow = 16
  36.     Translation = tkAsIs
  37.     OffsetFormat = '-!10:0x|'
  38.     Colors.Background = clWindow
  39.     Colors.ChangedBackground = 11075583
  40.     Colors.ChangedText = clMaroon
  41.     Colors.CursorFrame = clNavy
  42.     Colors.Offset = clBlack
  43.     Colors.OddColumn = clBlue
  44.     Colors.EvenColumn = clNavy
  45.     Colors.CurrentOffsetBackground = clBtnShadow
  46.     Colors.OffsetBackGround = clBtnFace
  47.     Colors.CurrentOffset = clBtnHighlight
  48.     Colors.Grid = clBtnFace
  49.     Colors.NonFocusCursorFrame = clAqua
  50.     FocusFrame = True
  51.     DrawGridLines = False
  52.     ReadOnlyView = True
  53.     HideSelection = True
  54.     ShowRuler = True
  55.     ShowPositionIfNotFocused = True
  56.   end
  57.   object pnlBottom: TPanel
  58.     Left = 0
  59.     Top = 489
  60.     Width = 742
  61.     Height = 34
  62.     Align = alBottom
  63.     BevelOuter = bvNone
  64.     ParentBackground = True
  65.     TabOrder = 1
  66.     object btnClose: TButton
  67.       Left = 663
  68.       Top = 5
  69.       Width = 75
  70.       Height = 25
  71.       Caption = 'Close'
  72.       Default = True
  73.       TabOrder = 0
  74.       OnClick = btnCloseClick
  75.     end
  76.   end
  77. end
  78.